home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Reich-o-Matic / Reicher.h < prev    next >
Encoding:
Text File  |  1992-07-31  |  269 b   |  22 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Reicher:Object
  7. {
  8. }
  9.  
  10. - setup;
  11. - StartAndStop:sender;
  12. - doPulsing;
  13. - doCanon;
  14. - doPhasing;
  15. - doInterlock;
  16. - setPulsing:sender;
  17. - setCanon:sender;
  18. - setPhasing:sender;
  19. - setInterlock:sender;
  20.  
  21. @end
  22.